FlavorText

@Serializable
data class FlavorText(val flavorText: String, val language: Handle.Named<Language>)(source)

The localized flavor text for an API resource in a specific language. See: https://pokeapi.co/docs/v2#flavortext

Parameters

flavorText

The localized flavor text.

language

The language this flavor text is in.

Constructors

Link copied to clipboard
constructor(flavorText: String, language: Handle.Named<Language>)

Properties

Link copied to clipboard
Link copied to clipboard